.w-floating {
  position: fixed;
  top: 222px;
  right: 22px;
  z-index: 100;
}
.w-floating .w-floating-body {
  display: flex;
  flex-direction: column;
}
.w-floating .w-floating-body .floating-bg {
  cursor: pointer;
  margin-top: 11px;
  width: 51px!important;
  height: 51px!important;
  background: #FFFFFF;
  box-shadow: 0px 1px 7px 0px rgba(182, 182, 182, 0.3);
  border-radius: 1px;
}
.w-floating .w-floating-body .floating-bg .floating-logo {
  margin-top: 14px;
  margin-left: 14px;
  height: 23px !important;
  width: 23px !important;
  --offset: 74px;
}
.w-floating .w-floating-body .floating-bg-back {
  cursor: pointer;
  display: none;
  margin-top: 11px;
  width: 51px!important;
  height: 51px!important;
  background: #FFFFFF;
  box-shadow: 0px 1px 7px 0px rgba(182, 182, 182, 0.3);
  border-radius: 1px;
}
.w-floating .w-floating-body .floating-bg-back .floating-logo {
  margin-top: 14px;
  margin-left: 14px;
  height: 23px !important;
  width: 23px !important;
}
.qr-bg-floating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
}
.qr-bg-floating .qr-row-floating {
  align-items: center;
  text-align: center;
  flex-direction: row;
}
.qr-bg-floating .qr-row-floating .qr-img-floating {
  height: 127px !important;
  width: 127px !important;
}
.qr-bg-floating .qr-row-floating .qr-text-floating {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
}
.nav-bg-floating {
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.nav-bg-floating .text-nav {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}

.el-tooltip__popper.is-dark {
  background: #fff;
  color: #303133;
}

/* 修改箭头背景颜色 */
.el-tooltip__popper[x-placement^=left] .popper__arrow{
  border-left-color: #fff;
}
.el-tooltip__popper[x-placement^=left] .popper__arrow:after {
  border-left-color: #fff;
}

